ContextBuffer2D

Allows for drawing into a predefined buffer for 2d operations

Members

Properties

buffer
Image buffer [@property getter]

Buffer to draw into. Default value will be null. Must be set first before using.

buffer
Image buffer [@property setter]

Sets the buffer to draw into.

Inherited Members

From IContext

activate
void activate [@property getter]

Activates the context for use.

destroy
void destroy [@property getter]

Destroys a context.

swapBuffers
void swapBuffers [@property getter]

Swap the buffers, to make the output display.

type
WindowContextType type [@property getter]

What type of context is this?

toolkitVersion
string toolkitVersion [@property getter]

Version of the toolkit being used.

shadingLanguageVersion
string shadingLanguageVersion [@property getter]

Version of the shading language available

Meta